/*
 * Dynamic News Widgets CSS
 * http://themezee.com/themes/dynamicnews/#PROVersion-1
 *
 * Copyright(C) 2015, ThemeZee.com - support@themezee.com
 * License: GPL v3
 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
 *
 */
 

/* Custom Recent/Popular Posts Widget */
.widget-posts-entries ul {
	padding: 0;
}
.widget-posts-entries ul li {
	list-style: none;
	margin: 0 0 0.5em 0;
	overflow: auto;
}
.widget-posts-entries .wp-post-image {
	float: left;
	margin: 0.3em 0.8em 0.5em 0;
	max-width: 75px;
	height: auto;
}
.widget-posts-entries .widget-postmeta {
	color: #777;
	margin: 0.3em 0;
	font-size: 0.9em;
}
.widget-posts-entries  .widget-postmeta .widget-date {
	border-right: 1px solid #aaa;
	padding-right: 0.6em;
}
.widget-posts-entries  .widget-postmeta .widget-comment {
	margin-left: 0.4em;
}

/* Custom Recent Comments Widget */
.widget-recent-comments ul {
	padding: 0;
}
.widget-recent-comments ul li {
	list-style: none;
	margin: 0 0 0.4em 0;
	overflow: auto;
}
.widget-recent-comments img {
	float: left;
	margin: 0.3em 0.8em 0.4em 0;
}
.widget-recent-comments .comment-content {
	font-size: 0.9em;
	font-style: italic;
}
.widget-recent-comments .comment-date {
	padding: 0;
	margin-top: 0.2em;
	font-size: 0.9em;
	color: #777;
}

/* Theme Tabbed Widget */
.widget-tabnavi {
	margin: -0.5em -0.5em 0;
	padding: 0;
	overflow: auto;
	list-style: none;
}
.widget-tabnav {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-position: outside;
	position: relative;
}
.widget-tabnavi ul {
	text-indent: 0;
	list-style: none;
}
.widget-tabnav li {
	float:left;
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.widget-tabnav li a {
	display: block;
	margin: 0 1px 1px 0;
	padding: 0.5em 1em;
	font-size: 0.9em;
	text-decoration: none;
	background-color: #e84747;
}
.widget-tabnav li a:link, .widget-tabnav li a:visited  {
	color: #fff;
}
.widget-tabnavi li a:hover, .widget-tabnavi li a:active {
	background-color: #303030;
	text-decoration: none;
}
.widget-tabnavi li a.current-tab{
	text-decoration: underline;
}
.widget-tabbed .tabdiv {
	padding: 0;
	margin: 1em 0 0 0;
}
.widget-tabbed .tabdiv li.widget-thumb {
	list-style: none;
	margin: 0 0 0.5em 0;
	overflow: auto;
}
.widget-tabbed .tabdiv  li.widget-thumb .wp-post-image {
	float: left;
	margin: 0.3em 0.8em 0.5em 0;
	max-width: 75px;
	height: auto;
}
.widget-tabbed .tabdiv li.widget-avatar{
	list-style: none;
	margin: 0 0 0.3em 0;
	overflow: auto;
}
.widget-tabbed .tabdiv li.widget-avatar img {
	float: left;
	margin: 0.3em 0.8em 0.3em 0;
}
.widget-tabbed .tabdiv ul li .widget-postmeta {
	margin: 0.1em 0;
	padding: 0;
	font-size: 0.8em;
	color: #777;
}

/* Footer Widget Area
-------------------------------------------------------------- */

/* Custom Widget Styling */
#footer-widgets .widget-recent-posts .widget-postmeta {
	color: #ccc;
}
#footer-widgets .widget-recent-comments .comment-content {
	color: #ccc;
}
#footer-widgets .widget-recent-comments .comment-date {
	color: #ccc;
}
#footer-widgets .widget-tabnav li a:link, #footer-widgets .widget-tabnav li a:visited {
	color: #333;
	background-color: #eee;
}
#footer-widgets .widget-tabnavi li a:hover, #footer-widgets .widget-tabnavi li a:active {
	background-color: #ccc;
}